php forum
php mysql forum
php mysql smarty
 
Page 4 of 4 < 1 2 3 4
Topic Options
#266866 - 02/23/04 08:38 AM Re: Beta-[6.4] Eventspal.php v1.0 [Re: 234234]
Medar Offline
Junior Member

Registered: 03/19/00
Posts: 571
Will try to get this uploaded this afternoon. Mondays are crazy sometimes.<br /><br />Many thanks scroungr! I started to look in here to tinker with it myself...but you know how when you write something you tend to know where the potential issue is a LOT better than if you are just sorting through code?<br /><br />That is where I was...felt like I was reading without my glasses, and figured I would let the pro handle it <img src="http://www.ubbdev.com/forum/images/graemlins/smile.gif" alt="" />

Top
#266867 - 02/25/04 10:54 AM Re: Beta-[6.4] Eventspal.php v1.0 [Re: Intel -*RW*-]
Medar Offline
Junior Member

Registered: 03/19/00
Posts: 571
Ok, two days later, finally got to tinker with this.<br /><br />The issue is now fixed, it works great! I logged in under various people in and out of groups, and events are displaying properly. Cool deal <img src="http://www.ubbdev.com/forum/images/graemlins/smile.gif" alt="" /><br /><br />However! (hehe) It seems to be ignoring the $totalevents variable if you do are not part of a group that has private events. Here is what I did.<br /><br />$groupshow = 0. Shows more than $totalevents in the "Upcoming Events" section...whether you are in a private group or not.<br /><br />$groupshow = 1. Shows more than $totalevents in the "Upcoming Events" section, but ONLY if you are not in a private group.<br /><br />$groupshow = 2. Shows more than $totalevents in the "Upcoming Events" section...whether you are in a private group or not.<br /><br />Hope that makes sense. Browsing the code now to see if I can figure it out.<br /><br />Thanks for the work on this.

Top
#266868 - 02/25/04 11:19 AM Re: Beta-[6.4] Eventspal.php v1.0 [Re: Intel -*RW*-]
scroungr Offline
Old Hand

Registered: 10/17/03
Posts: 2409
Loc: Richmond, VA
Will take a look tonite. Thanx
_________________________
Couchtomatoe - www.couch-tomatoe.cc
My abilities are for hire for installs, upgrades, custom themes and custom modifications.

Top
#266869 - 02/25/04 04:21 PM Re: Beta-[6.4] Eventspal.php v1.0 [Re: 234234]
scroungr Offline
Old Hand

Registered: 10/17/03
Posts: 2409
Loc: Richmond, VA
ok try this Medar I forgot two array_slices.
_________________________
Couchtomatoe - www.couch-tomatoe.cc
My abilities are for hire for installs, upgrades, custom themes and custom modifications.

Top
#266870 - 02/25/04 11:56 PM Re: Beta-[6.4] Eventspal.php v1.0 [Re: Daine]
scroungr Offline
Old Hand

Registered: 10/17/03
Posts: 2409
Loc: Richmond, VA
fixed another small error. should be almost final.
_________________________
Couchtomatoe - www.couch-tomatoe.cc
My abilities are for hire for installs, upgrades, custom themes and custom modifications.

Top
#266871 - 02/26/04 04:08 PM Re: Beta-[6.4] Eventspal.php v1.0 [Re: 234234]
Medar Offline
Junior Member

Registered: 03/19/00
Posts: 571
Allrighty - the groupshow issue seems to be resolved, that works great.<br /><br />The only issues I could find all have to do with the Javascript event popups. In the Upcoming Events section...the popups do not reference any particular page or event. I thought it had to do with possibly calling /pals/showday.php, so I removed the /pals piece, still did not work.<br /><br />Messing with that a bit. <br /><br />Other than that, there are some minor glitches in the showday popup, and I think that could be eventspal not pushing some correct variables across. But again, I have not looked at it in depth, just tinkered with it.<br /><br />Very close now!

Top
#266872 - 02/26/04 04:24 PM Re: Beta-[6.4] Eventspal.php v1.0 [Re: Intel -*RW*-]
scroungr Offline
Old Hand

Registered: 10/17/03
Posts: 2409
Loc: Richmond, VA
what you do with that showday is entirely up to you. You can just make it open the page itself by altering the line's<br /><br /> echo "','_blank','scrollbars=yes,toolbar=no,menubar=no,location=no,directories=no,status=no,width=500,height=400,top=100,left=200');\">";<br /><br />to <br /> echo "','toolbar=no,menubar=no,location=no,directories=no,status=no,width=500,height=400,top=100,left=200');\">";<br /><br /><br />you can also remove the line's echo " title=";<br /><br />you can also just create a box like I have on my site at www.couch-tomatoe.cc<br /><br />that output is entirely up to you. If Josh ever gets around to updating IIP he can include it if he wishes.
_________________________
Couchtomatoe - www.couch-tomatoe.cc
My abilities are for hire for installs, upgrades, custom themes and custom modifications.

Top
#266873 - 02/26/04 04:32 PM Re: Beta-[6.4] Eventspal.php v1.0 [Re: 234234]
scroungr Offline
Old Hand

Registered: 10/17/03
Posts: 2409
Loc: Richmond, VA
but if Josh doesn't get moving soon on updating IIP I may have to do it for him.
_________________________
Couchtomatoe - www.couch-tomatoe.cc
My abilities are for hire for installs, upgrades, custom themes and custom modifications.

Top
#266874 - 02/27/04 03:40 AM Re: Beta-[6.4] Eventspal.php v1.0 [Re: 234234]
JoshPet Offline
I type Like navaho

Registered: 11/29/01
Posts: 11330
Loc: Charlotte, NC
I've been waiting for this to get ready. Looks like you're almost there. <img src="http://www.ubbdev.com/forum/images/graemlins/smile.gif" alt="" /> I've got some other fixes and such ready in IIP - so if this is good to go - I'll get it all posted. <br /><br />Good work! <img src="http://www.ubbdev.com/forum/images/graemlins/waytogo.gif" alt="" />
_________________________
Joshua Pettit
www.JoshuaPettit.com
My abilities are for hire.

Top
#266875 - 02/27/04 08:45 AM Re: Beta-[6.4] Eventspal.php v1.0 [Re: Daine]
scroungr Offline
Old Hand

Registered: 10/17/03
Posts: 2409
Loc: Richmond, VA
np would like to include the showdaypal popup I am using so let me know and I will send it to you.
_________________________
Couchtomatoe - www.couch-tomatoe.cc
My abilities are for hire for installs, upgrades, custom themes and custom modifications.

Top
#266876 - 02/27/04 10:32 AM Re: Beta-[6.4] Eventspal.php v1.0 [Re: 234234]
Medar Offline
Junior Member

Registered: 03/19/00
Posts: 571
Going to upload the latest and try some of the popup changes you mentioned scroungr...this will be a nice addition to IIP for the Calendar.

Top
#266877 - 02/27/04 11:31 AM Re: Beta-[6.4] Eventspal.php v1.0 [Re: Intel -*RW*-]
scroungr Offline
Old Hand

Registered: 10/17/03
Posts: 2409
Loc: Richmond, VA
yeah I have a popup I have on my site that pops up using calendar or events.. it use to open the ubbthreads/showday.php but that also sent the header and footer and well... so I created a showdaypal.php without footer and header...
_________________________
Couchtomatoe - www.couch-tomatoe.cc
My abilities are for hire for installs, upgrades, custom themes and custom modifications.

Top
#266878 - 05/23/04 03:27 PM Re: Beta-[6.4] Eventspal.php v1.0 [Re: 234234]
Zackary Offline
Member

Registered: 03/01/01
Posts: 652
Loc: West Fargo, ND USA
scrounger,<br /><br />Two questions:<br /><br />1) When was the attachment on the first post updated last?<br /><br />2) Are you going to include your showdaypal file? The current eventspal links events to that non-existant file.<br /><br />This is a handy pal. I'm just getting ready to roll out my "new and improved" site. <img src="http://www.ubbdev.com/forum/images/graemlins/tongue.gif" alt="" />

Top
#266879 - 05/23/04 04:35 PM Re: Beta-[6.4] Eventspal.php v1.0 [Re: ]
scroungr Offline
Old Hand

Registered: 10/17/03
Posts: 2409
Loc: Richmond, VA
ah it was all included in the new IIP 5.4.5 so I never bothered. I will update this now though.
_________________________
Couchtomatoe - www.couch-tomatoe.cc
My abilities are for hire for installs, upgrades, custom themes and custom modifications.

Top
#266880 - 05/24/04 09:01 AM Re: Beta-[6.4] Eventspal.php v1.0 [Re: 234234]
Zackary Offline
Member

Registered: 03/01/01
Posts: 652
Loc: West Fargo, ND USA
I downloaded it yesterday and it wasn't in there... That's why I grabbed this one.<br /><br />Hmm, will have to look again when I get home could be I missed a setting, but I did compare the two eventspals and they were nothing alike.

Top
#266881 - 05/24/04 10:04 AM Re: Beta-[6.4] Eventspal.php v1.0 [Re: ]
scroungr Offline
Old Hand

Registered: 10/17/03
Posts: 2409
Loc: Richmond, VA
Hmmm well I updated this one. the only difference is the settings for this version is listed in this pal and the settings for IIP's is listed in the configpal.php
_________________________
Couchtomatoe - www.couch-tomatoe.cc
My abilities are for hire for installs, upgrades, custom themes and custom modifications.

Top
#266882 - 05/24/04 10:47 AM Re: Beta-[6.4] Eventspal.php v1.0 [Re: 234234]
Zackary Offline
Member

Registered: 03/01/01
Posts: 652
Loc: West Fargo, ND USA
I'll take another swing at it when I get home. I've been coding heavily the past two weeks trying to wrap up this project, so I can say I have at least one thing done. It's started affecting my mind... I'm writing code in my sleep again...<br /><br /> <img src="http://www.ubbdev.com/forum/images/graemlins/shiftyeyes.gif" alt="" />

Top
#266883 - 05/25/04 08:12 AM Re: Beta-[6.4] Eventspal.php v1.0 [Re: ]
Zackary Offline
Member

Registered: 03/01/01
Posts: 652
Loc: West Fargo, ND USA
Chalk this up to user error. <img src="http://www.ubbdev.com/forum/images/graemlins/doah.gif" alt="" /><br /><br />I had downloaded the latest IIP and then proceeded to use the previous version, since they happened to be right next to each other in my threads hacks archive. I was one file off. <img src="http://www.ubbdev.com/forum/images/graemlins/tongue.gif" alt="" /><br /><br />Sorry. <img src="http://www.ubbdev.com/forum/images/graemlins/smile.gif" alt="" />

Top
Page 4 of 4 < 1 2 3 4



Latest Posts
[7.2.1] - Naked shoutbox
by bellaonline
05/05/12 05:00 PM
[7.x] Stop Forum Spam Integration v0.4
by bellaonline
05/05/12 03:53 PM
Shout Box

(Views)Popular Topics
Known public proxy servers 1689885
Integrated Index Page (IIP) 5.3.1 555705
Finished-[6.5.2] Games Arcade Deluxe v1.9 501236
Integrated Index Page (IIP) 5.1.1 415112
TLD Bv2.1 Released - Threads Links Directory 396822
[6.0x] Who's Online 4.0.0 [Finished] 389412
Finished-[6.5.1] Integrated Index Page (IIP) 6.5 330423
Q & A 298663
Slash UBB 266936
[6.3.x] [beta] Hit Hack 2.0 227970
Forum Stats
13621 Members
59 Forums
37191 Topics
295716 Posts

Max Online: 686 @ 06/28/07 07:04 AM

 

 

 
fusionbb message board php hacks